home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
pc
/
macf
/
mita.dir
/
00252_tabletiles.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-10
|
242 b
|
18 lines
on mouseDown
if the clickOn < 21 then
exit
end if
set yu to the clickOn - 20
initsel()
setAt(selected, yu, 1)
pickicon()
setbar()
end
on mouseUp
if the clickOn < 21 then
exit
end if
set yu to the clickOn - 20
end